VERSION 5.00 Begin VB.Form frmhelpDeleteFavorite BackColor = &H00000000& BorderStyle = 1 'Fixed Single Caption = "Delete Favorites" ClientHeight = 1275 ClientLeft = 4155 ClientTop = 3105 ClientWidth = 2670 Icon = "frmhelpDeleteFavorite.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 1275 ScaleWidth = 2670 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 840 TabIndex = 1 Top = 840 Width = 975 End Begin VB.Label Label1 BackColor = &H00000000& Caption = "This Menu is used to delete one of your favorite web sites." ForeColor = &H000000FF& Height = 735 Left = 600 TabIndex = 0 Top = 120 Width = 1815 End Attribute VB_Name = "frmhelpDeleteFavorite" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmhelpDeleteFavorite.Hide FrmHelpFavorites.Show End Sub